google.golang.org/grpc/internal/transport.http2Server.bdpEst (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L101: bdpEst *bdpEstimator
http2_server.go#L275: t.bdpEst = &bdpEstimator{
http2_server.go#L334: t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst)
http2_server.go#L750: if t.bdpEst != nil {
http2_server.go#L751: sendBDPPing = t.bdpEst.add(size)
http2_server.go#L869: if t.bdpEst != nil {
http2_server.go#L870: t.bdpEst.calculate(f.Data)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)